home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / dev / c / amcsrc2.lha / AMCSources2 / FFT / RI2M.doc < prev    next >
Text File  |  1996-07-01  |  1KB  |  35 lines

  1. NAME
  2.         ri2m - convert real & imaginary to magnitude
  3.  
  4. SYNOPSIS
  5.         ifft  [infile  [outfile]]  [options]
  6.  
  7. USAGE
  8.         By default, input is from stdin and output to stdout.
  9.  
  10. OPTIONS
  11.         -a  [step]  automatic abscissas
  12.  
  13. FILES
  14.         RI2M reads an ASCII text file.  Blank lines are ignored.  Lines
  15.         beginning with a semicolon are echoed to the output file. 
  16.         Otherwise, each line has three real numbers representing a
  17.         frequency and the real and imaginary part of the Fourier transform. 
  18.         Text following the last number is ignored.  
  19.  
  20.         RI2M writes an ASCII text output file.  Each line has two real
  21.         numbers representing a frequency and a magnitude.  The output file
  22.         may be displayed by GRAPH.
  23.  
  24. AUTHOR
  25.         James R. Van Zandt, 27 Spencer Dr., Nashua NH 03062, jrv@mbunix.mitre.org.
  26.  
  27. PORTING
  28.  
  29.         AMIGA:
  30.  
  31.         Alain Martini ,Fraz Ronc Inferiore 15, 11027 Saint Vincent Aosta 
  32.         amrtn@freenet.hut.fi
  33.         fidonet: 2:334/21.36
  34.   
  35.